home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / xeno / bbbbscd.lha / BBBBScd / System / s / bbsExecute.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-18  |  518b  |  15 lines

  1. /*       $VER: 8.0 bbsExecute.rexx 15 Sep 1994 (15.9.94)
  2.    copyright 1990-94 Richard Lee Stockton FREELY DISTRIBUTABLE
  3.  
  4. ****************************************************************************
  5. CONVERTED FOR XENOLINK PRO BBS. $VERS:1.0 (18.03.95) by Derek Scott,2:259/75
  6. ****************************************************************************
  7.  
  8. ***Requires*** "Junkmail" Xenolink Utility, (c) Alan Bland, 1994.         */
  9.  
  10. LF='0A'x
  11. PARSE ARG nodex
  12.  
  13. ADDRESS COMMAND 'c:runback c:execute ram:tcdexec'nodex
  14.  
  15. EXIT